Deleting an App with the API

Using this API you can delete a TIBCO Flogo® app.

To delete an app you need the App ID — ID of the app to be accessed, which can be retrieved using the GET /v1/dp/apps method.

    Procedure
  1. Use the DELETE /v1/dp/apps/{appId} method to to delete an app. This is an asynchronous call.

  2. Use the GET /v1/dp/apps/{appId}/status method to check whether or not the app has been successfully deleted.

  3. Include one or more of the query parameters to filter the results. Click the API Documentation button on your Data Plane for more information.